Class: Aws::Types::UpdateResourceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
-
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
-
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
Instance Attribute Details
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def allow_association_to_shareable_service_network @allow_association_to_shareable_service_network end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def port_ranges @port_ranges end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def resource_configuration_definition @resource_configuration_definition end |
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def resource_configuration_identifier @resource_configuration_identifier end |