Class: Aws::Types::CreateInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:instance_alias])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def client_token
  @client_token
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def directory_id
  @directory_id
end

#identity_management_type"SAML", ...

Returns the value of attribute identity_management_type.

Returns:

  • ("SAML", "CONNECT_MANAGED", "EXISTING_DIRECTORY")


1554
1555
1556
# File 'sig/types.rbs', line 1554

def identity_management_type
  @identity_management_type
end

#inbound_calls_enabledBoolean

Returns the value of attribute inbound_calls_enabled.

Returns:

  • (Boolean)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def inbound_calls_enabled
  @inbound_calls_enabled
end

#instance_alias::String

Returns the value of attribute instance_alias.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def instance_alias
  @instance_alias
end

#outbound_calls_enabledBoolean

Returns the value of attribute outbound_calls_enabled.

Returns:

  • (Boolean)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def outbound_calls_enabled
  @outbound_calls_enabled
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1559
1560
1561
# File 'sig/types.rbs', line 1559

def tags
  @tags
end