Class: Aws::Types::CreateSegmentEstimateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def domain_name
  @domain_name
end

#estimate_id::String

Returns the value of attribute estimate_id.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def estimate_id
  @estimate_id
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


561
562
563
# File 'sig/types.rbs', line 561

def status_code
  @status_code
end