Class: Aws::Types::CreateMicrovmAuthTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ports::Array[Types::PortSpecification]

Returns the value of attribute allowed_ports.

Returns:



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

def allowed_ports
  @allowed_ports
end

#expiration_in_minutes::Integer

Returns the value of attribute expiration_in_minutes.

Returns:

  • (::Integer)


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

def expiration_in_minutes
  @expiration_in_minutes
end

#microvm_identifier::String

Returns the value of attribute microvm_identifier.

Returns:

  • (::String)


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

def microvm_identifier
  @microvm_identifier
end