Class: Aws::Types::ShareInvitation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def lens_alias
  @lens_alias
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def lens_arn
  @lens_arn
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def profile_arn
  @profile_arn
end

#share_invitation_id ⇒ ::String

Returns the value of attribute share_invitation_id.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def share_invitation_id
  @share_invitation_id
end

#share_resource_type ⇒ "WORKLOAD", ...

Returns the value of attribute share_resource_type.

Returns:

  • ("WORKLOAD", "LENS", "PROFILE", "TEMPLATE")


1760
1761
1762
# File 'sig/types.rbs', line 1760

def share_resource_type
  @share_resource_type
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def template_arn
  @template_arn
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def workload_id
  @workload_id
end