Class: Aws::Types::VpcBlockPublicAccessOptions
- Inherits:
-
Object
- Object
- Aws::Types::VpcBlockPublicAccessOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#exclusions_allowed ⇒ "allowed", "not-allowed"
Returns the value of attribute exclusions_allowed.
-
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#state ⇒ "default-state", ...
Returns the value of attribute state.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
18986 18987 18988 |
# File 'sig/types.rbs', line 18986 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
18987 18988 18989 |
# File 'sig/types.rbs', line 18987 def aws_region @aws_region end |
#exclusions_allowed ⇒ "allowed", "not-allowed"
Returns the value of attribute exclusions_allowed.
18993 18994 18995 |
# File 'sig/types.rbs', line 18993 def exclusions_allowed @exclusions_allowed end |
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
18989 18990 18991 |
# File 'sig/types.rbs', line 18989 def internet_gateway_block_mode @internet_gateway_block_mode end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
18991 18992 18993 |
# File 'sig/types.rbs', line 18991 def @last_update_timestamp end |
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
18992 18993 18994 |
# File 'sig/types.rbs', line 18992 def managed_by @managed_by end |
#reason ⇒ ::String
Returns the value of attribute reason.
18990 18991 18992 |
# File 'sig/types.rbs', line 18990 def reason @reason end |
#state ⇒ "default-state", ...
Returns the value of attribute state.
18988 18989 18990 |
# File 'sig/types.rbs', line 18988 def state @state end |