Class: Aws::Types::ModifyClusterIamRolesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterIamRolesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_iam_roles ⇒ ::Array[::String]
Returns the value of attribute add_iam_roles.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
-
#remove_iam_roles ⇒ ::Array[::String]
Returns the value of attribute remove_iam_roles.
Instance Attribute Details
#add_iam_roles ⇒ ::Array[::String]
Returns the value of attribute add_iam_roles.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def add_iam_roles @add_iam_roles end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def cluster_identifier @cluster_identifier end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def default_iam_role_arn @default_iam_role_arn end |
#remove_iam_roles ⇒ ::Array[::String]
Returns the value of attribute remove_iam_roles.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def remove_iam_roles @remove_iam_roles end |