Class: Aws::Types::UpdateVpcEndpointDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def id
  @id
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


982
983
984
# File 'sig/types.rbs', line 982

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def name
  @name
end

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


981
982
983
# File 'sig/types.rbs', line 981

def security_group_ids
  @security_group_ids
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "DELETING", "ACTIVE", "FAILED")


979
980
981
# File 'sig/types.rbs', line 979

def status
  @status
end

#subnet_ids ⇒ ::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


980
981
982
# File 'sig/types.rbs', line 980

def subnet_ids
  @subnet_ids
end