Class: Aws::Types::VpcBlockPublicAccessExclusion
- Inherits:
-
Object
- Object
- Aws::Types::VpcBlockPublicAccessExclusion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#deletion_timestamp ⇒ ::Time
Returns the value of attribute deletion_timestamp.
-
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
-
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
19305 19306 19307 |
# File 'sig/types.rbs', line 19305 def @creation_timestamp end |
#deletion_timestamp ⇒ ::Time
Returns the value of attribute deletion_timestamp.
19307 19308 19309 |
# File 'sig/types.rbs', line 19307 def @deletion_timestamp end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
19300 19301 19302 |
# File 'sig/types.rbs', line 19300 def exclusion_id @exclusion_id end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
19301 19302 19303 |
# File 'sig/types.rbs', line 19301 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
19306 19307 19308 |
# File 'sig/types.rbs', line 19306 def @last_update_timestamp end |
#reason ⇒ ::String
Returns the value of attribute reason.
19304 19305 19306 |
# File 'sig/types.rbs', line 19304 def reason @reason end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
19302 19303 19304 |
# File 'sig/types.rbs', line 19302 def resource_arn @resource_arn end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
19303 19304 19305 |
# File 'sig/types.rbs', line 19303 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19308 19309 19310 |
# File 'sig/types.rbs', line 19308 def @tags end |