Class: Aws::Types::RDSMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_pipeline_id::String

Returns the value of attribute data_pipeline_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def data_pipeline_id
  @data_pipeline_id
end

#databaseTypes::RDSDatabase

Returns the value of attribute database.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def database
  @database
end

#database_user_name::String

Returns the value of attribute database_user_name.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def database_user_name
  @database_user_name
end

#resource_role::String

Returns the value of attribute resource_role.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def resource_role
  @resource_role
end

#select_sql_query::String

Returns the value of attribute select_sql_query.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def select_sql_query
  @select_sql_query
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def service_role
  @service_role
end