Class: Aws::Types::GetSegmentEstimateResponse

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)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def domain_name
  @domain_name
end

#estimate::String

Returns the value of attribute estimate.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def estimate
  @estimate
end

#estimate_id::String

Returns the value of attribute estimate_id.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def estimate_id
  @estimate_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def message
  @message
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED")


1422
1423
1424
# File 'sig/types.rbs', line 1422

def status
  @status
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def status_code
  @status_code
end