Class: Aws::Types::AwsCloudFrontDistributionOriginItem
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFrontDistributionOriginItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_origin_config ⇒ Types::AwsCloudFrontDistributionOriginCustomOriginConfig
Returns the value of attribute custom_origin_config.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#origin_path ⇒ ::String
Returns the value of attribute origin_path.
-
#s3_origin_config ⇒ Types::AwsCloudFrontDistributionOriginS3OriginConfig
Returns the value of attribute s3_origin_config.
Instance Attribute Details
#custom_origin_config ⇒ Types::AwsCloudFrontDistributionOriginCustomOriginConfig
Returns the value of attribute custom_origin_config.
968 969 970 |
# File 'sig/types.rbs', line 968 def custom_origin_config @custom_origin_config end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
965 966 967 |
# File 'sig/types.rbs', line 965 def id @id end |
#origin_path ⇒ ::String
Returns the value of attribute origin_path.
966 967 968 |
# File 'sig/types.rbs', line 966 def origin_path @origin_path end |
#s3_origin_config ⇒ Types::AwsCloudFrontDistributionOriginS3OriginConfig
Returns the value of attribute s3_origin_config.
967 968 969 |
# File 'sig/types.rbs', line 967 def s3_origin_config @s3_origin_config end |