Class: Aws::ResourceGroups::Types::PendingResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon resource name (ARN) of the resource that's in a pending state.

Returns:

  • (String)


901
902
903
904
905
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 901

class PendingResource < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end