Class: Aws::Types::UpdateRetrievalConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#retrieval_mode"CALLER_CREDENTIALS", "ASSUME_ROLE"

Returns the value of attribute retrieval_mode.

Returns:

  • ("CALLER_CREDENTIALS", "ASSUME_ROLE")


1947
1948
1949
# File 'sig/types.rbs', line 1947

def retrieval_mode
  @retrieval_mode
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def role_name
  @role_name
end