Class: Aws::Types::GetHumanReadableSummaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def locale
  @locale
end

#summary_content::String

Returns the value of attribute summary_content.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def summary_content
  @summary_content
end

#summary_state"AVAILABLE", ...

Returns the value of attribute summary_state.

Returns:

  • ("AVAILABLE", "NOT_AVAILABLE", "NOT_SUPPORTED", "FAILED")


771
772
773
# File 'sig/types.rbs', line 771

def summary_state
  @summary_state
end