Class: Aws::Types::GetCredentialsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def custom_domain_name
  @custom_domain_name
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def db_name
  @db_name
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


319
320
321
# File 'sig/types.rbs', line 319

def duration_seconds
  @duration_seconds
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def workgroup_name
  @workgroup_name
end