Class: Aws::Types::CreateTrustStoreInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificates_bundle_s3_bucket::String

Returns the value of attribute ca_certificates_bundle_s3_bucket.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def ca_certificates_bundle_s3_bucket
  @ca_certificates_bundle_s3_bucket
end

#ca_certificates_bundle_s3_key::String

Returns the value of attribute ca_certificates_bundle_s3_key.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def ca_certificates_bundle_s3_key
  @ca_certificates_bundle_s3_key
end

#ca_certificates_bundle_s3_object_version::String

Returns the value of attribute ca_certificates_bundle_s3_object_version.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def ca_certificates_bundle_s3_object_version
  @ca_certificates_bundle_s3_object_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def tags
  @tags
end