Class: Aws::Types::VpcEndpointDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def created_date
  @created_date
end

#failure_code ⇒ ::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def failure_code
  @failure_code
end

#failure_message ⇒ ::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def failure_message
  @failure_message
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def name
  @name
end

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1016
1017
1018
# File 'sig/types.rbs', line 1016

def security_group_ids
  @security_group_ids
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


1017
1018
1019
# File 'sig/types.rbs', line 1017

def status
  @status
end

#subnet_ids ⇒ ::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1015
1016
1017
# File 'sig/types.rbs', line 1015

def subnet_ids
  @subnet_ids
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def vpc_id
  @vpc_id
end