Class: Aws::Types::GetReferenceMetadataResponse

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)


962
963
964
# File 'sig/types.rbs', line 962

def arn
  @arn
end

#creation_job_id::String

Returns the value of attribute creation_job_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def creation_job_id
  @creation_job_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


968
969
970
# File 'sig/types.rbs', line 968

def creation_time
  @creation_time
end

#creation_type"IMPORT"

Returns the value of attribute creation_type.

Returns:

  • ("IMPORT")


971
972
973
# File 'sig/types.rbs', line 971

def creation_type
  @creation_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def description
  @description
end

#filesTypes::ReferenceFiles

Returns the value of attribute files.



970
971
972
# File 'sig/types.rbs', line 970

def files
  @files
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def id
  @id
end

#md5::String

Returns the value of attribute md5.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def md5
  @md5
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def name
  @name
end

#reference_store_id::String

Returns the value of attribute reference_store_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def reference_store_id
  @reference_store_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING", "DELETED")


965
966
967
# File 'sig/types.rbs', line 965

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


969
970
971
# File 'sig/types.rbs', line 969

def update_time
  @update_time
end