Class: Aws::Types::VpcOriginSummary
- Inherits:
-
Object
- Object
- Aws::Types::VpcOriginSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin_endpoint_arn ⇒ ::String
Returns the value of attribute origin_endpoint_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4268 4269 4270 |
# File 'sig/types.rbs', line 4268 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
4265 4266 4267 |
# File 'sig/types.rbs', line 4265 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4269 4270 4271 |
# File 'sig/types.rbs', line 4269 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
4266 4267 4268 |
# File 'sig/types.rbs', line 4266 def name @name end |
#origin_endpoint_arn ⇒ ::String
Returns the value of attribute origin_endpoint_arn.
4272 4273 4274 |
# File 'sig/types.rbs', line 4272 def origin_endpoint_arn @origin_endpoint_arn end |
#status ⇒ ::String
Returns the value of attribute status.
4267 4268 4269 |
# File 'sig/types.rbs', line 4267 def status @status end |