Class: Aws::Types::OutpostResolver

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)


988
989
990
# File 'sig/types.rbs', line 988

def arn
  @arn
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def creator_request_id
  @creator_request_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def id
  @id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


993
994
995
# File 'sig/types.rbs', line 993

def instance_count
  @instance_count
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def modification_time
  @modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def name
  @name
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def outpost_arn
  @outpost_arn
end

#preferred_instance_type::String

Returns the value of attribute preferred_instance_type.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def preferred_instance_type
  @preferred_instance_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "OPERATIONAL", "UPDATING", "DELETING", "ACTION_NEEDED", "FAILED_CREATION", "FAILED_DELETION")


996
997
998
# File 'sig/types.rbs', line 996

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def status_message
  @status_message
end