Class: Aws::Types::GenerateCredentialReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def description
  @description
end

#state"STARTED", ...

Returns the value of attribute state.

Returns:

  • ("STARTED", "INPROGRESS", "COMPLETE")


645
646
647
# File 'sig/types.rbs', line 645

def state
  @state
end