Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:activation_key])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_key::String

Returns the value of attribute activation_key.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def activation_key
  @activation_key
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def arn
  @arn
end

#attach_pointTypes::AttachPoint

Returns the value of attribute attach_point.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def attach_point
  @attach_point
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def bandwidth
  @bandwidth
end

#billing_tier::Integer

Returns the value of attribute billing_tier.

Returns:

  • (::Integer)


69
70
71
# File 'sig/types.rbs', line 69

def billing_tier
  @billing_tier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def location
  @location
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def 
  @owner_account
end

#providerTypes::Provider

Returns the value of attribute provider.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def provider
  @provider
end

#shared_id::String

Returns the value of attribute shared_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def shared_id
  @shared_id
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "requested", "pending", "down", "deleting", "deleted", "failed", "updating")


67
68
69
# File 'sig/types.rbs', line 67

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


72
73
74
# File 'sig/types.rbs', line 72

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def type
  @type
end