Class: Aws::Types::RetrievalConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def external_id
  @external_id
end

#retrieval_mode"CALLER_CREDENTIALS", "ASSUME_ROLE"

Returns the value of attribute retrieval_mode.

Returns:

  • ("CALLER_CREDENTIALS", "ASSUME_ROLE")


1486
1487
1488
# File 'sig/types.rbs', line 1486

def retrieval_mode
  @retrieval_mode
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def role_name
  @role_name
end