Class: Aws::Types::InstanceSummary

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)


4580
4581
4582
# File 'sig/types.rbs', line 4580

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4583
4584
4585
# File 'sig/types.rbs', line 4583

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4579
4580
4581
# File 'sig/types.rbs', line 4579

def id
  @id
end

#identity_management_type"SAML", ...

Returns the value of attribute identity_management_type.

Returns:

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


4581
4582
4583
# File 'sig/types.rbs', line 4581

def identity_management_type
  @identity_management_type
end

#inbound_calls_enabledBoolean

Returns the value of attribute inbound_calls_enabled.

Returns:

  • (Boolean)


4586
4587
4588
# File 'sig/types.rbs', line 4586

def inbound_calls_enabled
  @inbound_calls_enabled
end

#instance_access_url::String

Returns the value of attribute instance_access_url.

Returns:

  • (::String)


4588
4589
4590
# File 'sig/types.rbs', line 4588

def instance_access_url
  @instance_access_url
end

#instance_alias::String

Returns the value of attribute instance_alias.

Returns:

  • (::String)


4582
4583
4584
# File 'sig/types.rbs', line 4582

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")


4585
4586
4587
# File 'sig/types.rbs', line 4585

def instance_status
  @instance_status
end

#outbound_calls_enabledBoolean

Returns the value of attribute outbound_calls_enabled.

Returns:

  • (Boolean)


4587
4588
4589
# File 'sig/types.rbs', line 4587

def outbound_calls_enabled
  @outbound_calls_enabled
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


4584
4585
4586
# File 'sig/types.rbs', line 4584

def service_role
  @service_role
end