Class: Aws::Types::UpdateCapabilityRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capability_name::String

Returns the value of attribute capability_name.

Returns:

  • (::String)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def capability_name
  @capability_name
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def cluster_name
  @cluster_name
end

#configurationTypes::UpdateCapabilityConfiguration

Returns the value of attribute configuration.



1985
1986
1987
# File 'sig/types.rbs', line 1985

def configuration
  @configuration
end

#delete_propagation_policy"RETAIN"

Returns the value of attribute delete_propagation_policy.

Returns:

  • ("RETAIN")


1987
1988
1989
# File 'sig/types.rbs', line 1987

def delete_propagation_policy
  @delete_propagation_policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def role_arn
  @role_arn
end