Class: Aws::CloudFront::Types::GetConnectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetConnectionGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID, name, or Amazon Resource Name (ARN) of the connection group.
Instance Attribute Details
#identifier ⇒ String
The ID, name, or Amazon Resource Name (ARN) of the connection group.
7138 7139 7140 7141 7142 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7138 class GetConnectionGroupRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |