Class: Aws::Types::HomeRegionControl

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)


65
66
67
# File 'sig/types.rbs', line 65

def control_id
  @control_id
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def home_region
  @home_region
end

#requested_time::Time

Returns the value of attribute requested_time.

Returns:

  • (::Time)


68
69
70
# File 'sig/types.rbs', line 68

def requested_time
  @requested_time
end

#targetTypes::Target

Returns the value of attribute target.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def target
  @target
end