Class: Aws::Synthetics::Types::GetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetGroupResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
A structure that contains information about the group.
Instance Attribute Details
#group ⇒ Types::Group
A structure that contains information about the group.
1202 1203 1204 1205 1206 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1202 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |