Class: Aws::Types::GetReferenceStoreResponse

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)


997
998
999
# File 'sig/types.rbs', line 997

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def name
  @name
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def sse_config
  @sse_config
end