Class: Aws::Types::AuroraProvisionedScalingConfiguration

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)


92
93
94
# File 'sig/types.rbs', line 92

def 
  @cross_account_role
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def external_id
  @external_id
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def global_cluster_identifier
  @global_cluster_identifier
end

#instance_arns::Hash[::String, ::String]

Returns the value of attribute instance_arns.

Returns:

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


96
97
98
# File 'sig/types.rbs', line 96

def instance_arns
  @instance_arns
end

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

Returns the value of attribute region_database_cluster_arns.

Returns:

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


95
96
97
# File 'sig/types.rbs', line 95

def region_database_cluster_arns
  @region_database_cluster_arns
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


91
92
93
# File 'sig/types.rbs', line 91

def timeout_minutes
  @timeout_minutes
end