Class: Aws::CodeBuild::Types::DeleteSourceCredentialsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Note:

When making an API call, you may pass DeleteSourceCredentialsInput data as a hash:

{
  arn: "NonEmptyString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the token.

Returns:

  • (String)


2120
2121
2122
2123
2124
# File 'lib/aws-sdk-codebuild/types.rb', line 2120

class DeleteSourceCredentialsInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end