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.



472
473
474
# File 'sig/types.rbs', line 472

def auth_parameters
  @auth_parameters
end

#authorization_type"BASIC", ...

Returns the value of attribute authorization_type.

Returns:

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


469
470
471
# File 'sig/types.rbs', line 469

def authorization_type
  @authorization_type
end

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

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")


467
468
469
# File 'sig/types.rbs', line 467

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


473
474
475
# File 'sig/types.rbs', line 473

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def description
  @description
end

#invocation_connectivity_parametersTypes::DescribeConnectionConnectivityParameters

Returns the value of attribute invocation_connectivity_parameters.



466
467
468
# File 'sig/types.rbs', line 466

def invocation_connectivity_parameters
  @invocation_connectivity_parameters
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def kms_key_identifier
  @kms_key_identifier
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.

Returns:

  • (::Time)


475
476
477
# File 'sig/types.rbs', line 475

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


474
475
476
# File 'sig/types.rbs', line 474

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def name
  @name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def secret_arn
  @secret_arn
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def state_reason
  @state_reason
end