Class: Aws::Types::DeleteCertificateAuthorityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_id::String

Returns the value of attribute certificate_authority_id.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def certificate_authority_id
  @certificate_authority_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def cluster_name
  @cluster_name
end