Class: Aws::Types::AuroraServerlessScalingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_role::String

Returns the value of attribute cross_account_role.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def 
  @cross_account_role
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def external_id
  @external_id
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def global_cluster_identifier
  @global_cluster_identifier
end

#region_database_cluster_arns::Hash[::String, ::String]

Returns the value of attribute region_database_cluster_arns.

Returns:

  • (::Hash[::String, ::String])


105
106
107
# File 'sig/types.rbs', line 105

def region_database_cluster_arns
  @region_database_cluster_arns
end

#target_percent::Integer

Returns the value of attribute target_percent.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def target_percent
  @target_percent
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


101
102
103
# File 'sig/types.rbs', line 101

def timeout_minutes
  @timeout_minutes
end