Class: Aws::Types::DescribeInstanceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


465
466
467
# File 'sig/types.rbs', line 465

def created_date
  @created_date
end

#encryption_configuration_detailsTypes::EncryptionConfigurationDetails

Returns the value of attribute encryption_configuration_details.



468
469
470
# File 'sig/types.rbs', line 468

def encryption_configuration_details
  @encryption_configuration_details
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def identity_store_id
  @identity_store_id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def 
  @owner_account_id
end

#permission_sets_enabledBoolean

Returns the value of attribute permission_sets_enabled.

Returns:

  • (Boolean)


469
470
471
# File 'sig/types.rbs', line 469

def permission_sets_enabled
  @permission_sets_enabled
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_IN_PROGRESS", "ACTIVE")


466
467
468
# File 'sig/types.rbs', line 466

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def status_reason
  @status_reason
end