Class: Aws::Types::TrafficDistributionGroupSummary

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)


8368
8369
8370
# File 'sig/types.rbs', line 8368

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8367
8368
8369
# File 'sig/types.rbs', line 8367

def id
  @id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


8370
8371
8372
# File 'sig/types.rbs', line 8370

def instance_arn
  @instance_arn
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


8372
8373
8374
# File 'sig/types.rbs', line 8372

def is_default
  @is_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8369
8370
8371
# File 'sig/types.rbs', line 8369

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


8371
8372
8373
# File 'sig/types.rbs', line 8371

def status
  @status
end