Class: Aws::Types::RoleTemplateVersion
- Inherits:
-
Object
- Object
- Aws::Types::RoleTemplateVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assume_role_policy_document_template ⇒ ::String
Returns the value of attribute assume_role_policy_document_template.
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#default_minor_version ⇒ ::Integer
Returns the value of attribute default_minor_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#inline_policy_templates ⇒ ::Array[Types::InlinePolicy]
Returns the value of attribute inline_policy_templates.
-
#major_version ⇒ ::Integer
Returns the value of attribute major_version.
-
#managed_by_type ⇒ "Service"
Returns the value of attribute managed_by_type.
-
#managed_by_value ⇒ ::String
Returns the value of attribute managed_by_value.
-
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
-
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
-
#minor_version ⇒ ::Integer
Returns the value of attribute minor_version.
-
#parameters_definition ⇒ ::Array[Types::ParameterDefinition]
Returns the value of attribute parameters_definition.
-
#permission_boundary_arn ⇒ ::String
Returns the value of attribute permission_boundary_arn.
-
#role_description_pattern ⇒ ::String
Returns the value of attribute role_description_pattern.
-
#role_name_pattern ⇒ ::String
Returns the value of attribute role_name_pattern.
-
#role_path_pattern ⇒ ::String
Returns the value of attribute role_path_pattern.
-
#role_tags_template ⇒ ::Array[Types::TagTemplate]
Returns the value of attribute role_tags_template.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_version_id ⇒ ::String
Returns the value of attribute template_version_id.
-
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
-
#version_enabled ⇒ Boolean
Returns the value of attribute version_enabled.
Instance Attribute Details
#assume_role_policy_document_template ⇒ ::String
Returns the value of attribute assume_role_policy_document_template.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def assume_role_policy_document_template @assume_role_policy_document_template end |
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def @create_timestamp end |
#default_minor_version ⇒ ::Integer
Returns the value of attribute default_minor_version.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def default_minor_version @default_minor_version end |
#description ⇒ ::String
Returns the value of attribute description.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def enabled @enabled end |
#inline_policy_templates ⇒ ::Array[Types::InlinePolicy]
Returns the value of attribute inline_policy_templates.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def inline_policy_templates @inline_policy_templates end |
#major_version ⇒ ::Integer
Returns the value of attribute major_version.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def major_version @major_version end |
#managed_by_type ⇒ "Service"
Returns the value of attribute managed_by_type.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def managed_by_type @managed_by_type end |
#managed_by_value ⇒ ::String
Returns the value of attribute managed_by_value.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def managed_by_value @managed_by_value end |
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def managed_policy_arns @managed_policy_arns end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def max_session_duration @max_session_duration end |
#minor_version ⇒ ::Integer
Returns the value of attribute minor_version.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def minor_version @minor_version end |
#parameters_definition ⇒ ::Array[Types::ParameterDefinition]
Returns the value of attribute parameters_definition.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def parameters_definition @parameters_definition end |
#permission_boundary_arn ⇒ ::String
Returns the value of attribute permission_boundary_arn.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def @permission_boundary_arn end |
#role_description_pattern ⇒ ::String
Returns the value of attribute role_description_pattern.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def role_description_pattern @role_description_pattern end |
#role_name_pattern ⇒ ::String
Returns the value of attribute role_name_pattern.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def role_name_pattern @role_name_pattern end |
#role_path_pattern ⇒ ::String
Returns the value of attribute role_path_pattern.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def role_path_pattern @role_path_pattern end |
#role_tags_template ⇒ ::Array[Types::TagTemplate]
Returns the value of attribute role_tags_template.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def @role_tags_template end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def template_name @template_name end |
#template_version_id ⇒ ::String
Returns the value of attribute template_version_id.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def template_version_id @template_version_id end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def @update_timestamp end |
#version_enabled ⇒ Boolean
Returns the value of attribute version_enabled.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def version_enabled @version_enabled end |