Class: Aws::Types::Hsm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def availability_zone
  @availability_zone
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def cluster_id
  @cluster_id
end

#eni_id::String

Returns the value of attribute eni_id.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def eni_id
  @eni_id
end

#eni_ip::String

Returns the value of attribute eni_ip.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def eni_ip
  @eni_ip
end

#eni_ip_v6::String

Returns the value of attribute eni_ip_v6.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def eni_ip_v6
  @eni_ip_v6
end

#hsm_id::String

Returns the value of attribute hsm_id.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def hsm_id
  @hsm_id
end

#hsm_type::String

Returns the value of attribute hsm_type.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def hsm_type
  @hsm_type
end

#state"CREATE_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DEGRADED", "DELETE_IN_PROGRESS", "DELETED")


240
241
242
# File 'sig/types.rbs', line 240

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def state_message
  @state_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def subnet_id
  @subnet_id
end