Class: Aws::Types::Principal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


501
502
503
# File 'sig/types.rbs', line 501

def creation_time
  @creation_time
end

#externalBoolean

Returns the value of attribute external.

Returns:

  • (Boolean)


503
504
505
# File 'sig/types.rbs', line 503

def external
  @external
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def id
  @id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


502
503
504
# File 'sig/types.rbs', line 502

def last_updated_time
  @last_updated_time
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def resource_share_arn
  @resource_share_arn
end