Class: Aws::Types::CreateFargateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFargateProfileRequest
- 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.
-
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
-
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
-
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
570 571 572 |
# File 'sig/types.rbs', line 570 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
569 570 571 |
# File 'sig/types.rbs', line 569 def fargate_profile_name @fargate_profile_name end |
#pod_execution_role_arn ⇒ ::String
Returns the value of attribute pod_execution_role_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def pod_execution_role_arn @pod_execution_role_arn end |
#selectors ⇒ ::Array[Types::FargateProfileSelector]
Returns the value of attribute selectors.
573 574 575 |
# File 'sig/types.rbs', line 573 def selectors @selectors end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
572 573 574 |
# File 'sig/types.rbs', line 572 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
575 576 577 |
# File 'sig/types.rbs', line 575 def @tags end |