Class: Aws::Types::ConnectionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def arn
  @arn
end

#attach_pointTypes::AttachPoint

Returns the value of attribute attach_point.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def attach_point
  @attach_point
end

#bandwidth::String

Returns the value of attribute bandwidth.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def bandwidth
  @bandwidth
end

#billing_tier::Integer

Returns the value of attribute billing_tier.

Returns:

  • (::Integer)


88
89
90
# File 'sig/types.rbs', line 88

def billing_tier
  @billing_tier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def environment_id
  @environment_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def location
  @location
end

#providerTypes::Provider

Returns the value of attribute provider.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def provider
  @provider
end

#shared_id::String

Returns the value of attribute shared_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def shared_id
  @shared_id
end

#state"available", ...

Returns the value of attribute state.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def state
  @state
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def type
  @type
end