Class: Aws::Types::DescribeHsmResponse

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)


127
128
129
# File 'sig/types.rbs', line 127

def availability_zone
  @availability_zone
end

#eni_id::String

Returns the value of attribute eni_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def eni_id
  @eni_id
end

#eni_ip::String

Returns the value of attribute eni_ip.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def eni_ip
  @eni_ip
end

#hsm_arn::String

Returns the value of attribute hsm_arn.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def hsm_arn
  @hsm_arn
end

#hsm_type::String

Returns the value of attribute hsm_type.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def hsm_type
  @hsm_type
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def iam_role_arn
  @iam_role_arn
end

#partitions::Array[::String]

Returns the value of attribute partitions.

Returns:

  • (::Array[::String])


144
145
146
# File 'sig/types.rbs', line 144

def partitions
  @partitions
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def serial_number
  @serial_number
end

#server_cert_last_updated::String

Returns the value of attribute server_cert_last_updated.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def server_cert_last_updated
  @server_cert_last_updated
end

#server_cert_uri::String

Returns the value of attribute server_cert_uri.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def server_cert_uri
  @server_cert_uri
end

#software_version::String

Returns the value of attribute software_version.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def software_version
  @software_version
end

#ssh_key_last_updated::String

Returns the value of attribute ssh_key_last_updated.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def ssh_key_last_updated
  @ssh_key_last_updated
end

#ssh_public_key::String

Returns the value of attribute ssh_public_key.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def ssh_public_key
  @ssh_public_key
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "UPDATING", "SUSPENDED", "TERMINATING", "TERMINATED", "DEGRADED")


125
126
127
# File 'sig/types.rbs', line 125

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def status_details
  @status_details
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def subnet_id
  @subnet_id
end

#subscription_end_date::String

Returns the value of attribute subscription_end_date.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def subscription_end_date
  @subscription_end_date
end

#subscription_start_date::String

Returns the value of attribute subscription_start_date.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def subscription_start_date
  @subscription_start_date
end

#subscription_type"PRODUCTION"

Returns the value of attribute subscription_type.

Returns:

  • ("PRODUCTION")


130
131
132
# File 'sig/types.rbs', line 130

def subscription_type
  @subscription_type
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def vendor_name
  @vendor_name
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def vpc_id
  @vpc_id
end