Class: Aws::Types::ConnectPeerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_attachment_id ⇒ ::String

Returns the value of attribute connect_attachment_id.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def connect_attachment_id
  @connect_attachment_id
end

#connect_peer_id ⇒ ::String

Returns the value of attribute connect_peer_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def connect_peer_id
  @connect_peer_id
end

#connect_peer_state ⇒ "CREATING", ...

Returns the value of attribute connect_peer_state.

Returns:

  • ("CREATING", "FAILED", "AVAILABLE", "DELETING")


210
211
212
# File 'sig/types.rbs', line 210

def connect_peer_state
  @connect_peer_state
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def core_network_id
  @core_network_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


211
212
213
# File 'sig/types.rbs', line 211

def created_at
  @created_at
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def edge_location
  @edge_location
end

#subnet_arn ⇒ ::String

Returns the value of attribute subnet_arn.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def subnet_arn
  @subnet_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def tags
  @tags
end