Class: Aws::Types::CreatePodIdentityAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePodIdentityAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
618 619 620 |
# File 'sig/types.rbs', line 618 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
614 615 616 |
# File 'sig/types.rbs', line 614 def cluster_name @cluster_name end |
#disable_session_tags ⇒ Boolean
Returns the value of attribute disable_session_tags.
620 621 622 |
# File 'sig/types.rbs', line 620 def @disable_session_tags end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
615 616 617 |
# File 'sig/types.rbs', line 615 def namespace @namespace end |
#policy ⇒ ::String
Returns the value of attribute policy.
622 623 624 |
# File 'sig/types.rbs', line 622 def policy @policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def role_arn @role_arn end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
616 617 618 |
# File 'sig/types.rbs', line 616 def service_account @service_account end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
619 620 621 |
# File 'sig/types.rbs', line 619 def @tags end |
#target_role_arn ⇒ ::String
Returns the value of attribute target_role_arn.
621 622 623 |
# File 'sig/types.rbs', line 621 def target_role_arn @target_role_arn end |