Class: Aws::Types::UpdateResourceConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_association_to_shareable_service_networkBoolean

Returns the value of attribute allow_association_to_shareable_service_network.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


1507
1508
1509
# File 'sig/types.rbs', line 1507

def port_ranges
  @port_ranges
end

#resource_configuration_definitionTypes::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.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def resource_configuration_identifier
  @resource_configuration_identifier
end