Class: Aws::Types::ModifyHsmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eni_ip::String

Returns the value of attribute eni_ip.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def eni_ip
  @eni_ip
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def external_id
  @external_id
end

#hsm_arn::String

Returns the value of attribute hsm_arn.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def hsm_arn
  @hsm_arn
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def iam_role_arn
  @iam_role_arn
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def subnet_id
  @subnet_id
end

#syslog_ip::String

Returns the value of attribute syslog_ip.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def syslog_ip
  @syslog_ip
end