Class: Aws::Types::ShardDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration ⇒ Types::ShardConfiguration

Returns the value of attribute configuration.



930
931
932
# File 'sig/types.rbs', line 930

def configuration
  @configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def name
  @name
end

#size ⇒ ::String

Returns the value of attribute size.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def size
  @size
end

#snapshot_creation_time ⇒ ::Time

Returns the value of attribute snapshot_creation_time.

Returns:

  • (::Time)


932
933
934
# File 'sig/types.rbs', line 932

def snapshot_creation_time
  @snapshot_creation_time
end