Class: Aws::Types::ProfileNotificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProfileNotificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_profile_version ⇒ ::String
Returns the value of attribute current_profile_version.
-
#latest_profile_version ⇒ ::String
Returns the value of attribute latest_profile_version.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#type ⇒ "PROFILE_ANSWERS_UPDATED", "PROFILE_DELETED"
Returns the value of attribute type.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#current_profile_version ⇒ ::String
Returns the value of attribute current_profile_version.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def current_profile_version @current_profile_version end |
#latest_profile_version ⇒ ::String
Returns the value of attribute latest_profile_version.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def latest_profile_version @latest_profile_version end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def profile_arn @profile_arn end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def profile_name @profile_name end |
#type ⇒ "PROFILE_ANSWERS_UPDATED", "PROFILE_DELETED"
Returns the value of attribute type.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def type @type end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def workload_id @workload_id end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def workload_name @workload_name end |