Class: Aws::Types::EnvironmentVpc
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentVpc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute cidr_blocks.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_name ⇒ ::String
Returns the value of attribute vpc_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def account_id @account_id end |
#cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute cidr_blocks.
278 279 280 |
# File 'sig/types.rbs', line 278 def cidr_blocks @cidr_blocks end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
279 280 281 |
# File 'sig/types.rbs', line 279 def created_time @created_time end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
281 282 283 |
# File 'sig/types.rbs', line 281 def last_updated_time @last_updated_time end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def vpc_id @vpc_id end |
#vpc_name ⇒ ::String
Returns the value of attribute vpc_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def vpc_name @vpc_name end |