Class: Aws::Types::OptionGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allows_vpc_and_non_vpc_instance_membershipsBoolean

Returns the value of attribute allows_vpc_and_non_vpc_instance_memberships.

Returns:

  • (Boolean)


3320
3321
3322
# File 'sig/types.rbs', line 3320

def allows_vpc_and_non_vpc_instance_memberships
  @allows_vpc_and_non_vpc_instance_memberships
end

#copy_timestamp::Time

Returns the value of attribute copy_timestamp.

Returns:

  • (::Time)


3325
3326
3327
# File 'sig/types.rbs', line 3325

def copy_timestamp
  @copy_timestamp
end

#engine_name::String

Returns the value of attribute engine_name.

Returns:

  • (::String)


3317
3318
3319
# File 'sig/types.rbs', line 3317

def engine_name
  @engine_name
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def major_engine_version
  @major_engine_version
end

#option_group_arn::String

Returns the value of attribute option_group_arn.

Returns:

  • (::String)


3322
3323
3324
# File 'sig/types.rbs', line 3322

def option_group_arn
  @option_group_arn
end

#option_group_description::String

Returns the value of attribute option_group_description.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def option_group_description
  @option_group_description
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3315
3316
3317
# File 'sig/types.rbs', line 3315

def option_group_name
  @option_group_name
end

#options::Array[Types::Option]

Returns the value of attribute options.

Returns:



3319
3320
3321
# File 'sig/types.rbs', line 3319

def options
  @options
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


3324
3325
3326
# File 'sig/types.rbs', line 3324

def 
  @source_account_id
end

#source_option_group::String

Returns the value of attribute source_option_group.

Returns:

  • (::String)


3323
3324
3325
# File 'sig/types.rbs', line 3323

def source_option_group
  @source_option_group
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3321
3322
3323
# File 'sig/types.rbs', line 3321

def vpc_id
  @vpc_id
end