Class: Aws::Types::UpdateResourceGatewayResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def id
  @id
end

#ip_address_type"IPV4", "IPV6"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "IPV6")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def ip_address_type
  @ip_address_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def name
  @name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1539
1540
1541
# File 'sig/types.rbs', line 1539

def security_group_ids
  @security_group_ids
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")


1536
1537
1538
# File 'sig/types.rbs', line 1536

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1538
1539
1540
# File 'sig/types.rbs', line 1538

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def vpc_id
  @vpc_id
end