Class: Aws::Types::GetConnectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def identifier
  @identifier
end

#with_secretBoolean

Returns the value of attribute with_secret.

Returns:

  • (Boolean)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def with_secret
  @with_secret
end