Class: Aws::Types::DescribeHapgResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arn::String

Returns the value of attribute hapg_arn.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def hapg_arn
  @hapg_arn
end

#hapg_serial::String

Returns the value of attribute hapg_serial.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def hapg_serial
  @hapg_serial
end

#hsms_last_action_failed::Array[::String]

Returns the value of attribute hsms_last_action_failed.

Returns:

  • (::Array[::String])


107
108
109
# File 'sig/types.rbs', line 107

def hsms_last_action_failed
  @hsms_last_action_failed
end

#hsms_pending_deletion::Array[::String]

Returns the value of attribute hsms_pending_deletion.

Returns:

  • (::Array[::String])


108
109
110
# File 'sig/types.rbs', line 108

def hsms_pending_deletion
  @hsms_pending_deletion
end

#hsms_pending_registration::Array[::String]

Returns the value of attribute hsms_pending_registration.

Returns:

  • (::Array[::String])


109
110
111
# File 'sig/types.rbs', line 109

def hsms_pending_registration
  @hsms_pending_registration
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def label
  @label
end

#last_modified_timestamp::String

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def last_modified_timestamp
  @last_modified_timestamp
end

#partition_serial_list::Array[::String]

Returns the value of attribute partition_serial_list.

Returns:

  • (::Array[::String])


112
113
114
# File 'sig/types.rbs', line 112

def partition_serial_list
  @partition_serial_list
end

#state"READY", ...

Returns the value of attribute state.

Returns:

  • ("READY", "UPDATING", "DEGRADED")


113
114
115
# File 'sig/types.rbs', line 113

def state
  @state
end