Class: Aws::Types::ProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProfileSummary
- 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_version ⇒ ::String
Returns the value of attribute profile_version.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def created_at @created_at end |
#owner ⇒ ::String
Returns the value of attribute owner.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def owner @owner end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def profile_arn @profile_arn end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def profile_description @profile_description end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def profile_name @profile_name end |
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def profile_version @profile_version end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def updated_at @updated_at end |