Class: Aws::Types::CreateConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attach_pointTypes::AttachPoint

Returns the value of attribute attach_point.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def attach_point
  @attach_point
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def bandwidth
  @bandwidth
end

#client_token::String

Returns the value of attribute client_token.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def environment_id
  @environment_id
end

#remote_accountTypes::RemoteAccountIdentifier

Returns the value of attribute remote_account.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def 
  @remote_account
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def tags
  @tags
end