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)


8186
8187
8188
# File 'sig/types.rbs', line 8186

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8188
8189
8190
# File 'sig/types.rbs', line 8188

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8185
8186
8187
# File 'sig/types.rbs', line 8185

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


8189
8190
8191
# File 'sig/types.rbs', line 8189

def instance_arn
  @instance_arn
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


8192
8193
8194
# File 'sig/types.rbs', line 8192

def is_default
  @is_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8187
8188
8189
# File 'sig/types.rbs', line 8187

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")


8190
8191
8192
# File 'sig/types.rbs', line 8190

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


8191
8192
8193
# File 'sig/types.rbs', line 8191

def tags
  @tags
end