Class: Aws::Types::TrustStore

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.



1196
1197
1198
# File 'sig/types.rbs', line 1196

def name
  @name
end

#number_of_ca_certificates::Integer

Returns the value of attribute number_of_ca_certificates.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def number_of_ca_certificates
  @number_of_ca_certificates
end

#status"ACTIVE", "CREATING"

Returns the value of attribute status.



1198
1199
1200
# File 'sig/types.rbs', line 1198

def status
  @status
end

#total_revoked_entries::Integer

Returns the value of attribute total_revoked_entries.



1200
1201
1202
# File 'sig/types.rbs', line 1200

def total_revoked_entries
  @total_revoked_entries
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.



1197
1198
1199
# File 'sig/types.rbs', line 1197

def trust_store_arn
  @trust_store_arn
end