Class: Aws::Types::ModifyIpamScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#external_authority_configuration ⇒ Types::ExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#remove_external_authority_configuration ⇒ Boolean
Returns the value of attribute remove_external_authority_configuration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
13708 13709 13710 |
# File 'sig/types.rbs', line 13708 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13706 13707 13708 |
# File 'sig/types.rbs', line 13706 def dry_run @dry_run end |
#external_authority_configuration ⇒ Types::ExternalAuthorityConfiguration
Returns the value of attribute external_authority_configuration.
13709 13710 13711 |
# File 'sig/types.rbs', line 13709 def @external_authority_configuration end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
13707 13708 13709 |
# File 'sig/types.rbs', line 13707 def ipam_scope_id @ipam_scope_id end |
#remove_external_authority_configuration ⇒ Boolean
Returns the value of attribute remove_external_authority_configuration.
13710 13711 13712 |
# File 'sig/types.rbs', line 13710 def @remove_external_authority_configuration end |