Class: Aws::Types::Instance

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



4694
4695
4696
# File 'sig/types.rbs', line 4694

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.



4697
4698
4699
# File 'sig/types.rbs', line 4697

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.



4693
4694
4695
# File 'sig/types.rbs', line 4693

def id
  @id
end

#identity_management_type"SAML", ...

Returns the value of attribute identity_management_type.



4695
4696
4697
# File 'sig/types.rbs', line 4695

def identity_management_type
  @identity_management_type
end

#inbound_calls_enabledBoolean

Returns the value of attribute inbound_calls_enabled.



4701
4702
4703
# File 'sig/types.rbs', line 4701

def inbound_calls_enabled
  @inbound_calls_enabled
end

#instance_access_url::String

Returns the value of attribute instance_access_url.



4703
4704
4705
# File 'sig/types.rbs', line 4703

def instance_access_url
  @instance_access_url
end

#instance_alias::String

Returns the value of attribute instance_alias.



4696
4697
4698
# File 'sig/types.rbs', line 4696

def instance_alias
  @instance_alias
end

#instance_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute instance_status.



4699
4700
4701
# File 'sig/types.rbs', line 4699

def instance_status
  @instance_status
end

#outbound_calls_enabledBoolean

Returns the value of attribute outbound_calls_enabled.



4702
4703
4704
# File 'sig/types.rbs', line 4702

def outbound_calls_enabled
  @outbound_calls_enabled
end

#service_role::String

Returns the value of attribute service_role.



4698
4699
4700
# File 'sig/types.rbs', line 4698

def service_role
  @service_role
end

#status_reasonTypes::InstanceStatusReason

Returns the value of attribute status_reason.



4700
4701
4702
# File 'sig/types.rbs', line 4700

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.



4704
4705
4706
# File 'sig/types.rbs', line 4704

def tags
  @tags
end