Class: Aws::Types::Database

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def arn
  @arn
end

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def component_id
  @component_id
end

#connected_component_arns::Array[::String]

Returns the value of attribute connected_component_arns.

Returns:

  • (::Array[::String])


134
135
136
# File 'sig/types.rbs', line 134

def connected_component_arns
  @connected_component_arns
end

#credentials::Array[Types::ApplicationCredential]

Returns the value of attribute credentials.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def credentials
  @credentials
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def database_id
  @database_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def database_name
  @database_name
end

#database_type"SYSTEM", "TENANT"

Returns the value of attribute database_type.

Returns:

  • ("SYSTEM", "TENANT")


128
129
130
# File 'sig/types.rbs', line 128

def database_type
  @database_type
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


133
134
135
# File 'sig/types.rbs', line 133

def last_updated
  @last_updated
end

#primary_host::String

Returns the value of attribute primary_host.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def primary_host
  @primary_host
end

#sql_port::Integer

Returns the value of attribute sql_port.

Returns:

  • (::Integer)


132
133
134
# File 'sig/types.rbs', line 132

def sql_port
  @sql_port
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "STARTING", "STOPPED", "WARNING", "UNKNOWN", "ERROR", "STOPPING")


130
131
132
# File 'sig/types.rbs', line 130

def status
  @status
end