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.
1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1240 class GetGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |