Class: Aws::Types::UpdateIdentitySourceOutput

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)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def created_date
  @created_date
end

#identity_source_id::String

Returns the value of attribute identity_source_id.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def identity_source_id
  @identity_source_id
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def policy_store_id
  @policy_store_id
end