Class: Aws::Types::CreateCapabilityRequest

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)


505
506
507
# File 'sig/types.rbs', line 505

def capability_name
  @capability_name
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def cluster_name
  @cluster_name
end

#configurationTypes::CapabilityConfigurationRequest

Returns the value of attribute configuration.



510
511
512
# File 'sig/types.rbs', line 510

def configuration
  @configuration
end

#delete_propagation_policy"RETAIN"

Returns the value of attribute delete_propagation_policy.

Returns:

  • ("RETAIN")


512
513
514
# File 'sig/types.rbs', line 512

def delete_propagation_policy
  @delete_propagation_policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


511
512
513
# File 'sig/types.rbs', line 511

def tags
  @tags
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

  • ("ACK", "KRO", "ARGOCD")


508
509
510
# File 'sig/types.rbs', line 508

def type
  @type
end