Class: Aws::Types::DescribeConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersTypes::ConnectionAuthResponseParameters

Returns the value of attribute auth_parameters.



398
399
400
# File 'sig/types.rbs', line 398

def auth_parameters
  @auth_parameters
end

#authorization_type"BASIC", ...

Returns the value of attribute authorization_type.

Returns:

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


396
397
398
# File 'sig/types.rbs', line 396

def authorization_type
  @authorization_type
end

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.

Returns:

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


394
395
396
# File 'sig/types.rbs', line 394

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


399
400
401
# File 'sig/types.rbs', line 399

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def description
  @description
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.

Returns:

  • (::Time)


401
402
403
# File 'sig/types.rbs', line 401

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def name
  @name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def secret_arn
  @secret_arn
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def state_reason
  @state_reason
end