Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_type"BASIC", ...

Returns the value of attribute authorization_type.

Returns:

  • ("BASIC", "OAUTH_CLIENT_CREDENTIALS", "API_KEY")


108
109
110
# File 'sig/types.rbs', line 108

def authorization_type
  @authorization_type
end

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "AUTHORIZED", "DEAUTHORIZED", "AUTHORIZING", "DEAUTHORIZING", "ACTIVE", "FAILED_CONNECTIVITY")


106
107
108
# File 'sig/types.rbs', line 106

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


109
110
111
# File 'sig/types.rbs', line 109

def creation_time
  @creation_time
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def name
  @name
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def state_reason
  @state_reason
end