Class: Aws::Types::TrafficDistributionGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


8382
8383
8384
# File 'sig/types.rbs', line 8382

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8384
8385
8386
# File 'sig/types.rbs', line 8384

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8381
8382
8383
# File 'sig/types.rbs', line 8381

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


8385
8386
8387
# File 'sig/types.rbs', line 8385

def instance_arn
  @instance_arn
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


8388
8389
8390
# File 'sig/types.rbs', line 8388

def is_default
  @is_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8383
8384
8385
# File 'sig/types.rbs', line 8383

def name
  @name
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "PENDING_DELETION", "DELETION_FAILED", "UPDATE_IN_PROGRESS")


8386
8387
8388
# File 'sig/types.rbs', line 8386

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


8387
8388
8389
# File 'sig/types.rbs', line 8387

def tags
  @tags
end