Class: Aws::ResourceGroups::Types::GetGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::GetGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
A structure that contains the metadata details for the specified resource group.
Instance Attribute Details
#group ⇒ Types::Group
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
324 325 326 327 328 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 324 class GetGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |