Class: Aws::Types::GetIdentitySourceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:principal_entity_type])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ConfigurationDetail

Returns the value of attribute configuration.



515
516
517
# File 'sig/types.rbs', line 515

def configuration
  @configuration
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


509
510
511
# File 'sig/types.rbs', line 509

def created_date
  @created_date
end

#detailsTypes::IdentitySourceDetails

Returns the value of attribute details.



510
511
512
# File 'sig/types.rbs', line 510

def details
  @details
end

#identity_source_id::String

Returns the value of attribute identity_source_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def identity_source_id
  @identity_source_id
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


512
513
514
# File 'sig/types.rbs', line 512

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def policy_store_id
  @policy_store_id
end

#principal_entity_type::String

Returns the value of attribute principal_entity_type.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def principal_entity_type
  @principal_entity_type
end