Class: Aws::Types::TrustStoreSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3832
3833
3834
# File 'sig/types.rbs', line 3832

def arn
  @arn
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


3838
3839
3840
# File 'sig/types.rbs', line 3838

def etag
  @etag
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3836
3837
3838
# File 'sig/types.rbs', line 3836

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3833
3834
3835
# File 'sig/types.rbs', line 3833

def name
  @name
end

#number_of_ca_certificates::Integer

Returns the value of attribute number_of_ca_certificates.

Returns:

  • (::Integer)


3835
3836
3837
# File 'sig/types.rbs', line 3835

def number_of_ca_certificates
  @number_of_ca_certificates
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


3837
3838
3839
# File 'sig/types.rbs', line 3837

def reason
  @reason
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "active", "failed")


3834
3835
3836
# File 'sig/types.rbs', line 3834

def status
  @status
end