Class: Aws::Types::PodIdentityAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::PodIdentityAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
Instance Attribute Details
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def association_arn @association_arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def association_id @association_id end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def cluster_name @cluster_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def namespace @namespace end |
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def owner_arn @owner_arn end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def service_account @service_account end |