Class: Aws::Types::UpdateResourceConfigurationResponse

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)


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.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def name
  @name
end

#port_ranges::Array[::String]

Returns the value of attribute port_ranges.

Returns:

  • (::Array[::String])


1518
1519
1520
# File 'sig/types.rbs', line 1518

def port_ranges
  @port_ranges
end

#protocol"TCP"

Returns the value of attribute protocol.

Returns:

  • ("TCP")


1520
1521
1522
# File 'sig/types.rbs', line 1520

def protocol
  @protocol
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


1521
1522
1523
# File 'sig/types.rbs', line 1521

def status
  @status
end

#type"GROUP", ...

Returns the value of attribute type.

Returns:

  • ("GROUP", "CHILD", "SINGLE", "ARN")


1517
1518
1519
# File 'sig/types.rbs', line 1517

def type
  @type
end