Class: Aws::Types::Profile
- Inherits:
-
Object
- Object
- Aws::Types::Profile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#profile_questions ⇒ ::Array[Types::ProfileQuestion]
Returns the value of attribute profile_questions.
-
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
-
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def created_at @created_at end |
#owner ⇒ ::String
Returns the value of attribute owner.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def owner @owner end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
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.
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.
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.
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.
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.
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.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def updated_at @updated_at end |