Class: Aws::Types::RelationalDatabaseSnapshot

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)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2757
2758
2759
# File 'sig/types.rbs', line 2757

def created_at
  @created_at
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2762
2763
2764
# File 'sig/types.rbs', line 2762

def engine_version
  @engine_version
end

#from_relational_database_arn::String

Returns the value of attribute from_relational_database_arn.

Returns:

  • (::String)


2766
2767
2768
# File 'sig/types.rbs', line 2766

def from_relational_database_arn
  @from_relational_database_arn
end

#from_relational_database_blueprint_id::String

Returns the value of attribute from_relational_database_blueprint_id.

Returns:

  • (::String)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def from_relational_database_blueprint_id
  @from_relational_database_blueprint_id
end

#from_relational_database_bundle_id::String

Returns the value of attribute from_relational_database_bundle_id.

Returns:

  • (::String)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def from_relational_database_bundle_id
  @from_relational_database_bundle_id
end

#from_relational_database_name::String

Returns the value of attribute from_relational_database_name.

Returns:

  • (::String)


2765
2766
2767
# File 'sig/types.rbs', line 2765

def from_relational_database_name
  @from_relational_database_name
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2758
2759
2760
# File 'sig/types.rbs', line 2758

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def name
  @name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2759
2760
2761
# File 'sig/types.rbs', line 2759

def resource_type
  @resource_type
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def size_in_gb
  @size_in_gb
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2756
2757
2758
# File 'sig/types.rbs', line 2756

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2760
2761
2762
# File 'sig/types.rbs', line 2760

def tags
  @tags
end