Class: Aws::ResourceGroups::Types::GetGroupConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The name or the ARN of the resource group for which you want to retrive the service configuration.

Returns:

  • (String)


241
242
243
244
245
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 241

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