Class: Aws::Types::ModifyAvailabilityZoneGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13525
13526
13527
# File 'sig/types.rbs', line 13525

def dry_run
  @dry_run
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


13523
13524
13525
# File 'sig/types.rbs', line 13523

def group_name
  @group_name
end

#opt_in_status"opted-in", "not-opted-in"

Returns the value of attribute opt_in_status.

Returns:

  • ("opted-in", "not-opted-in")


13524
13525
13526
# File 'sig/types.rbs', line 13524

def opt_in_status
  @opt_in_status
end