Class: Aws::Types::DescribeHomeRegionControlsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_id::String

Returns the value of attribute control_id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def control_id
  @control_id
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def home_region
  @home_region
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def next_token
  @next_token
end

#targetTypes::Target

Returns the value of attribute target.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def target
  @target
end