Class: Aws::Types::Profile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def created_at
  @created_at
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def owner
  @owner
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def profile_arn
  @profile_arn
end

#profile_description ⇒ ::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def profile_description
  @profile_description
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def profile_name
  @profile_name
end

#profile_questions ⇒ ::Array[Types::ProfileQuestion]

Returns the value of attribute profile_questions.

Returns:



1500
1501
1502
# File 'sig/types.rbs', line 1500

def profile_questions
  @profile_questions
end

#profile_version ⇒ ::String

Returns the value of attribute profile_version.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def profile_version
  @profile_version
end

#share_invitation_id ⇒ ::String

Returns the value of attribute share_invitation_id.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def share_invitation_id
  @share_invitation_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1505
1506
1507
# File 'sig/types.rbs', line 1505

def tags
  @tags
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def updated_at
  @updated_at
end