Class: Aws::Types::ReferenceStoreDetail

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)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def name
  @name
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



1924
1925
1926
# File 'sig/types.rbs', line 1924

def sse_config
  @sse_config
end