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.
18978 18979 18980 |
# File 'sig/types.rbs', line 18978 def @creation_timestamp end |
#deletion_timestamp ⇒ ::Time
Returns the value of attribute deletion_timestamp.
18980 18981 18982 |
# File 'sig/types.rbs', line 18980 def @deletion_timestamp end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
18973 18974 18975 |
# File 'sig/types.rbs', line 18973 def exclusion_id @exclusion_id end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
18974 18975 18976 |
# File 'sig/types.rbs', line 18974 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
18979 18980 18981 |
# File 'sig/types.rbs', line 18979 def @last_update_timestamp end |
#reason ⇒ ::String
Returns the value of attribute reason.
18977 18978 18979 |
# File 'sig/types.rbs', line 18977 def reason @reason end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
18975 18976 18977 |
# File 'sig/types.rbs', line 18975 def resource_arn @resource_arn end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
18976 18977 18978 |
# File 'sig/types.rbs', line 18976 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18981 18982 18983 |
# File 'sig/types.rbs', line 18981 def @tags end |