Class: Aws::Types::ConnectPeer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration ⇒ Types::ConnectPeerConfiguration

Returns the value of attribute configuration.



164
165
166
# File 'sig/types.rbs', line 164

def configuration
  @configuration
end

#connect_attachment_id ⇒ ::String

Returns the value of attribute connect_attachment_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def connect_attachment_id
  @connect_attachment_id
end

#connect_peer_id ⇒ ::String

Returns the value of attribute connect_peer_id.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def connect_peer_id
  @connect_peer_id
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def core_network_id
  @core_network_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


163
164
165
# File 'sig/types.rbs', line 163

def created_at
  @created_at
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def edge_location
  @edge_location
end

#last_modification_errors ⇒ ::Array[Types::ConnectPeerError]

Returns the value of attribute last_modification_errors.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def last_modification_errors
  @last_modification_errors
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

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


162
163
164
# File 'sig/types.rbs', line 162

def state
  @state
end

#subnet_arn ⇒ ::String

Returns the value of attribute subnet_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def subnet_arn
  @subnet_arn
end

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

Returns the value of attribute tags.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def tags
  @tags
end