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)


563
564
565
# File 'sig/types.rbs', line 563

def capability_name
  @capability_name
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def cluster_name
  @cluster_name
end

#configurationTypes::CapabilityConfigurationRequest

Returns the value of attribute configuration.



568
569
570
# File 'sig/types.rbs', line 568

def configuration
  @configuration
end

#delete_propagation_policy"RETAIN"

Returns the value of attribute delete_propagation_policy.

Returns:

  • ("RETAIN")


570
571
572
# File 'sig/types.rbs', line 570

def delete_propagation_policy
  @delete_propagation_policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


569
570
571
# File 'sig/types.rbs', line 569

def tags
  @tags
end

#type"ACK", ...

Returns the value of attribute type.

Returns:

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


566
567
568
# File 'sig/types.rbs', line 566

def type
  @type
end