Class: Aws::Types::Attachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def endpoint_id
  @endpoint_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY")


127
128
129
# File 'sig/types.rbs', line 127

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def status_message
  @status_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def subnet_id
  @subnet_id
end