Class: Aws::Types::FargateProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def created_at
  @created_at
end

#fargate_profile_arn::String

Returns the value of attribute fargate_profile_arn.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def fargate_profile_arn
  @fargate_profile_arn
end

#fargate_profile_name::String

Returns the value of attribute fargate_profile_name.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def fargate_profile_name
  @fargate_profile_name
end

#healthTypes::FargateProfileHealth

Returns the value of attribute health.



1014
1015
1016
# File 'sig/types.rbs', line 1014

def health
  @health
end

#pod_execution_role_arn::String

Returns the value of attribute pod_execution_role_arn.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def pod_execution_role_arn
  @pod_execution_role_arn
end

#selectors::Array[Types::FargateProfileSelector]

Returns the value of attribute selectors.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def selectors
  @selectors
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED")


1012
1013
1014
# File 'sig/types.rbs', line 1012

def status
  @status
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


1010
1011
1012
# File 'sig/types.rbs', line 1010

def subnets
  @subnets
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1013
1014
1015
# File 'sig/types.rbs', line 1013

def tags
  @tags
end