Class: Aws::Types::CreateHsmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def client_token
  @client_token
end

#eni_ip::String

Returns the value of attribute eni_ip.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def eni_ip
  @eni_ip
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def external_id
  @external_id
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def iam_role_arn
  @iam_role_arn
end

#ssh_key::String

Returns the value of attribute ssh_key.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def ssh_key
  @ssh_key
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def subnet_id
  @subnet_id
end

#subscription_type"PRODUCTION"

Returns the value of attribute subscription_type.

Returns:

  • ("PRODUCTION")


47
48
49
# File 'sig/types.rbs', line 47

def subscription_type
  @subscription_type
end

#syslog_ip::String

Returns the value of attribute syslog_ip.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def syslog_ip
  @syslog_ip
end