Class: Aws::Types::VpcOrigin
- Inherits:
-
Object
- Object
- Aws::Types::VpcOrigin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
4226 4227 4228 |
# File 'sig/types.rbs', line 4226 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def last_modified_time @last_modified_time end |
#status ⇒ ::String
Returns the value of attribute status.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def status @status end |
#vpc_origin_endpoint_config ⇒ Types::VpcOriginEndpointConfig
Returns the value of attribute vpc_origin_endpoint_config.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def vpc_origin_endpoint_config @vpc_origin_endpoint_config end |