Class: Aws::Types::MissionProfileListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mission_profile_arn ⇒ ::String

Returns the value of attribute mission_profile_arn.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def mission_profile_arn
  @mission_profile_arn
end

#mission_profile_id ⇒ ::String

Returns the value of attribute mission_profile_id.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def mission_profile_id
  @mission_profile_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def name
  @name
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def region
  @region
end