Class: Aws::Types::Instance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:instance_alias])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4554
4555
4556
# File 'sig/types.rbs', line 4554

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4557
4558
4559
# File 'sig/types.rbs', line 4557

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4553
4554
4555
# File 'sig/types.rbs', line 4553

def id
  @id
end

#identity_management_type"SAML", ...

Returns the value of attribute identity_management_type.

Returns:

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


4555
4556
4557
# File 'sig/types.rbs', line 4555

def identity_management_type
  @identity_management_type
end

#inbound_calls_enabledBoolean

Returns the value of attribute inbound_calls_enabled.

Returns:

  • (Boolean)


4561
4562
4563
# File 'sig/types.rbs', line 4561

def inbound_calls_enabled
  @inbound_calls_enabled
end

#instance_access_url::String

Returns the value of attribute instance_access_url.

Returns:

  • (::String)


4563
4564
4565
# File 'sig/types.rbs', line 4563

def instance_access_url
  @instance_access_url
end

#instance_alias::String

Returns the value of attribute instance_alias.

Returns:

  • (::String)


4556
4557
4558
# File 'sig/types.rbs', line 4556

def instance_alias
  @instance_alias
end

#instance_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute instance_status.

Returns:

  • ("CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED")


4559
4560
4561
# File 'sig/types.rbs', line 4559

def instance_status
  @instance_status
end

#outbound_calls_enabledBoolean

Returns the value of attribute outbound_calls_enabled.

Returns:

  • (Boolean)


4562
4563
4564
# File 'sig/types.rbs', line 4562

def outbound_calls_enabled
  @outbound_calls_enabled
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


4558
4559
4560
# File 'sig/types.rbs', line 4558

def service_role
  @service_role
end

#status_reasonTypes::InstanceStatusReason

Returns the value of attribute status_reason.



4560
4561
4562
# File 'sig/types.rbs', line 4560

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


4564
4565
4566
# File 'sig/types.rbs', line 4564

def tags
  @tags
end