Class: Aws::Types::UpdateResourceConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceConfigurationResponse
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
-
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
-
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
-
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#type ⇒ "GROUP", ...
Returns the value of attribute type.
Instance Attribute Details
#allow_association_to_shareable_service_network ⇒ Boolean
Returns the value of attribute allow_association_to_shareable_service_network.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def allow_association_to_shareable_service_network @allow_association_to_shareable_service_network end |
#arn ⇒ ::String
Returns the value of attribute arn.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def name @name end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def port_ranges @port_ranges end |
#protocol ⇒ "TCP"
Returns the value of attribute protocol.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def protocol @protocol end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Returns the value of attribute resource_configuration_definition.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def resource_configuration_definition @resource_configuration_definition end |
#resource_configuration_group_id ⇒ ::String
Returns the value of attribute resource_configuration_group_id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def resource_configuration_group_id @resource_configuration_group_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def status @status end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def type @type end |