Class: Aws::CloudFront::Types::OriginGroupMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginGroupMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
An origin in an origin group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origin_id ⇒ String
The ID for an origin in an origin group.
Instance Attribute Details
#origin_id ⇒ String
The ID for an origin in an origin group.
8574 8575 8576 8577 8578 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8574 class OriginGroupMember < Struct.new( :origin_id) SENSITIVE = [] include Aws::Structure end |