Class: Aws::Types::IdentitySourceItem

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::ConfigurationItem

Returns the value of attribute configuration.



625
626
627
# File 'sig/types.rbs', line 625

def configuration
  @configuration
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


619
620
621
# File 'sig/types.rbs', line 619

def created_date
  @created_date
end

#detailsTypes::IdentitySourceItemDetails

Returns the value of attribute details.



620
621
622
# File 'sig/types.rbs', line 620

def details
  @details
end

#identity_source_id::String

Returns the value of attribute identity_source_id.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def identity_source_id
  @identity_source_id
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


622
623
624
# File 'sig/types.rbs', line 622

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def policy_store_id
  @policy_store_id
end

#principal_entity_type::String

Returns the value of attribute principal_entity_type.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def principal_entity_type
  @principal_entity_type
end