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)


634
635
636
# File 'sig/types.rbs', line 634

def description
  @description
end

#state"STARTED", ...

Returns the value of attribute state.

Returns:

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


633
634
635
# File 'sig/types.rbs', line 633

def state
  @state
end